home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00008_creditsButton.ls < prev    next >
Encoding:
Text File  |  1999-03-01  |  117 b   |  8 lines

  1. on mouseDown me
  2.   repeat with x = 2 to 6
  3.     puppetSound(x, 0)
  4.   end repeat
  5.   puppetSprite(7, 0)
  6.   go("credits")
  7. end
  8.